home *** CD-ROM | disk | FTP | other *** search
- MsgBox EASY 1.2a (April 1996)
- =============================
-
- MsgBox EASY is advanced Visual Basic MsgBox function code generator.
- Please read this before using!
-
-
- Some features are
- -----------------
-
- ò save your dialogs and reuse them
- ò direct paste code to VB with right indent level
- ò use your own variables for caption, message, response & linefeed
- ò use VB3, VB4 constants or no constants at all
- ò automatically generates Select Case block to process user choices
- ò available both 16- and 32-bit versions, so you can share your
- templates between 2 platform
- ò comment/uncomment entire block/sub with just 1 mouse click
- ò simple & intuitive to use
- ò fully configurable
- ò and so on...
-
-
- Files
- -----
-
- 16-bit/Win31 32-bit/Win95
- msg12-16.zip msg12-32.zip description
- --------------------------- -----------------------------------
- readme.txt readme.txt this file
- header.txt header.txt sample code header
- msgbox.hlp msgbox.hlp help file, read this next
- msgbox.ini msgbox.ini configuration & template file
- msgbox16.exe msgbox32.exe main executable
- threed16.ocx threed32.ocx Sheridan 3D custom control
- tabctl16.ocx tabctl32.ocx Sheridan TabDlg custom control
- regsvr.exe regsvr32.exe program for registering custom controls
-
- In addition, if you have an older version of VB and you don't have
- VB 4.0 runtime VB40032.DLL (for 16-bit) or VB40016.DLL (for 32-bit) in
- your WINDOWS\SYSTEM directory, you must download them also from some
- ftp site.
-
-
- Installation
- ------------
- 1) Copy all files except *.ocx and regsvr.exe to folder of your choice
- 2) copy *.ocx and regsvr.exe to WINDOWS\SYSTEM folder
- 3) run regsvr.exe twice with names of OCXes as parameters:
- regsvr threed16.ocx
- regsvr tabctl16.ocx
- 4) run msgbox.exe
-
- Please read on-line help (msgbox.hlp) for more details.
-
-
- Legal stuff
- -----------
- This program is supplied with no guarantees of any kind and must
- be used at your own risk.